Skip to main content

Documentation Index

Fetch the complete documentation index at: https://sequence-0fb8d9e6-api_docs.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

import { useCollection } from "@0xsequence/marketplace-sdk/react";

## Into your React component:

const { data: collectionData } = useCollection({
  chainId: 137,
  collectionAddress: "0x0e5566a108e617baedbebb44e3fcc7bf03e3a839",
  query: {
    enabled: true,
  },
});

console.log(collectionData);
useCollection details
* params
* return properties